home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1996 May / cd joy 71No13.iso / pc / demos / eurosoc / source / 3dbnull.h < prev    next >
Text File  |  1995-12-15  |  776b  |  24 lines

  1.  
  2. CGL_VERTEX2D_ST Vertex[1];
  3. CGL_VERTEX2D_ST lVertex[1];
  4. CGL_TEXTURE2D_ST Texture[1];
  5. CGL_COLOR_ST Colour[1];
  6. CGL_COLOR_ST lColour[1];
  7. int MapAddress3DB;
  8.  
  9. int Init3DB(int *scrmode) {return(-1);};
  10. int Close3DB() {return(-1);};
  11. int ChangeScreenMode3DB(int *scrmode) {return(-1);};
  12. int SetPalette3DB(unsigned char *palette) {return(-1);};
  13. void ClearBuffer3DB() {};
  14. void SwapBuffer3DB() {};
  15. int LoadTexture3DB(char *map,int bwid,int wid,int hgt) {return(-1);};
  16. void SetPerspTextureQuadOutput3DB(int TextureAddr) {};
  17. void SetTextureQuadOutput3DB(int TextureAddr) {};
  18. void SetRectangleOutput3DB(int TextureAddr) {};
  19. void SetRectangleOutput3DBx(int TextureAddr) {};
  20. void SetFlatQuadOutput3DB() {};
  21. void SetLineOutput3DB() {};
  22. void Render3DB(int vertices) {};
  23.  
  24.